home *** CD-ROM | disk | FTP | other *** search
/ Adventures with Oslo: Tools & Gadgets / Adventures with Oslo - Tools and Gadgets.ISO / mac / Ad / Mod01 / Shop / garden / 00025.ls next >
Encoding:
Text File  |  1994-09-23  |  128 b   |  9 lines

  1. on mouseUp
  2.   if soundBusy(1) then
  3.     sound stop 1
  4.   end if
  5.   puppetSound("Frrp.S")
  6.   updateStage()
  7.   play movie "hardware"
  8. end
  9.